progressbar: Fix position of text node in CSS docs
authorTimm Bäder <mail@baedert.org>
Sat, 22 Apr 2017 04:35:54 +0000 (06:35 +0200)
committerDaniel Boles <dboles@src.gnome.org>
Tue, 25 Apr 2017 09:56:08 +0000 (10:56 +0100)
The text node has always been a child node of the progressbar node, not
the trough node, but the docs claimed otherwise.

gtk/gtkprogressbar.c

index 69114ab2ecd5df298be513d2619c708055225a5b..251208b70e7cf85230d9416d7dc86e2f5752ac7f 100644 (file)
@@ -75,8 +75,8 @@
  *
  * |[<!-- language="plain" -->
  * progressbar[.osd]
+ * ├── [text]
  * ╰── trough[.empty][.full]
- *     ├── [text]
  *     ╰── progress[.pulse]
  * ]|
  *